'宣言 Public MustInherit Class ReportObjectCollection(Of TItem As ReportObject)
'使用法 Dim instance As ReportObjectCollection(Of TItem)
public abstract class ReportObjectCollection<TItem> where TItem: ReportObject
'宣言 Public MustInherit Class ReportObjectCollection(Of TItem As ReportObject)
'使用法 Dim instance As ReportObjectCollection(Of TItem)
public abstract class ReportObjectCollection<TItem> where TItem: ReportObject
System.Object
C1.Win.FlexReport.ReportObjectCollection<TItem>
C1.Win.FlexReport.FieldCollection
C1.Win.FlexReport.ReportObjectList<TItem>